Xbasic

A5.SYSTEM_FONT_SET Function

Syntax

A5.System_Font_Set(c systemfontname,c font)

Arguments

systemfontname

The following values are possible:

"autohelp"
"code editor"
"controlpanel"
"debugger"
"dialog"
"interactive"
"menu"
"recorder"
"rtf_memo"
"rtf_static"
"standard"
"statusbar"
"toolbar"
"trace"
font

The name of a an installed font and a point size in the format "fontname,pointsize".

Description

Set a system defined font.

Discussion

The A5.SYSTEM_FONT_SET() method creates an alias for a font name and size.

Example

a5.System_Font_Set("standard", "Modern,10")

See Also